• frmOverallReport.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmOverallReport
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.components = New System.ComponentModel.Container()
26         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmOverallReport))
27         Me.Panel1 = New System.Windows.Forms.Panel()
28         Me.GroupBox2 = New System.Windows.Forms.GroupBox()
29         Me.Button1 = New System.Windows.Forms.Button()
30         Me.dtpDateTo = New System.Windows.Forms.DateTimePicker()
31         Me.Label2 = New System.Windows.Forms.Label()
32         Me.Label4 = New System.Windows.Forms.Label()
33         Me.dtpDateFrom = New System.Windows.Forms.DateTimePicker()
34         Me.GroupBox3 = New System.Windows.Forms.GroupBox()
35         Me.btnClose = New System.Windows.Forms.Button()
36         Me.btnReset = New System.Windows.Forms.Button()
37         Me.Panel2 = New System.Windows.Forms.Panel()
38         Me.Label1 = New System.Windows.Forms.Label()
39         Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
40         Me.Panel1.SuspendLayout()
41         Me.GroupBox2.SuspendLayout()
42         Me.GroupBox3.SuspendLayout()
43         Me.Panel2.SuspendLayout()
44         Me.SuspendLayout()
45         
'
46         
'Panel1
47         
'
48         Me.Panel1.BackColor = System.Drawing.Color.White
49         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
50         Me.Panel1.Controls.Add(Me.GroupBox2)
51         Me.Panel1.Controls.Add(Me.GroupBox3)
52         Me.Panel1.Controls.Add(Me.Panel2)
53         Me.Panel1.Location = New System.Drawing.Point(
8, 7)
54         Me.Panel1.Name =
"Panel1"
55         Me.Panel1.Size = New System.Drawing.Size(
600, 161)
56         Me.Panel1.TabIndex =
2
57         
'
58         
'GroupBox2
59         
'
60         Me.GroupBox2.Controls.Add(Me.Button1)
61         Me.GroupBox2.Controls.Add(Me.dtpDateTo)
62         Me.GroupBox2.Controls.Add(Me.Label2)
63         Me.GroupBox2.Controls.Add(Me.Label4)
64         Me.GroupBox2.Controls.Add(Me.dtpDateFrom)
65         Me.GroupBox2.Location = New System.Drawing.Point(
9, 75)
66         Me.GroupBox2.Name =
"GroupBox2"
67         Me.GroupBox2.Size = New System.Drawing.Size(
379, 75)
68         Me.GroupBox2.TabIndex =
50
69         Me.GroupBox2.TabStop = False
70         Me.GroupBox2.Text =
"Search by Date"
71         
'
72         
'Button1
73         
'
74         Me.Button1.Cursor = System.Windows.Forms.Cursors.Hand
75         Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
76         Me.Button1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
77         Me.Button1.Location = New System.Drawing.Point(
281, 41)
78         Me.Button1.Name =
"Button1"
79         Me.Button1.Size = New System.Drawing.Size(
86, 20)
80         Me.Button1.TabIndex =
15
81         Me.Button1.Text =
"View Report"
82         Me.Button1.UseVisualStyleBackColor = True
83         
'
84         
'dtpDateTo
85         
'
86         Me.dtpDateTo.CustomFormat =
"dd/MM/yyyy"
87         Me.dtpDateTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom
88         Me.dtpDateTo.Location = New System.Drawing.Point(
156, 41)
89         Me.dtpDateTo.Name =
"dtpDateTo"
90         Me.dtpDateTo.Size = New System.Drawing.Size(
119, 20)
91         Me.dtpDateTo.TabIndex =
14
92         
'
93         
'Label2
94         
'
95         Me.Label2.AutoSize = True
96         Me.Label2.Location = New System.Drawing.Point(
153, 22)
97         Me.Label2.Name =
"Label2"
98         Me.Label2.Size = New System.Drawing.Size(
26, 13)
99         Me.Label2.TabIndex =
13
100         Me.Label2.Text =
"To :"
101         
'
102         
'Label4
103         
'
104         Me.Label4.AutoSize = True
105         Me.Label4.Location = New System.Drawing.Point(
13, 22)
106         Me.Label4.Name =
"Label4"
107         Me.Label4.Size = New System.Drawing.Size(
36, 13)
108         Me.Label4.TabIndex =
12
109         Me.Label4.Text =
"From :"
110         
'
111         
'dtpDateFrom
112         
'
113         Me.dtpDateFrom.CustomFormat =
"dd/MM/yyyy"
114         Me.dtpDateFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom
115         Me.dtpDateFrom.Location = New System.Drawing.Point(
16, 41)
116         Me.dtpDateFrom.Name =
"dtpDateFrom"
117         Me.dtpDateFrom.Size = New System.Drawing.Size(
119, 20)
118         Me.dtpDateFrom.TabIndex =
11
119         
'
120         
'GroupBox3
121         
'
122         Me.GroupBox3.Controls.Add(Me.btnClose)
123         Me.GroupBox3.Controls.Add(Me.btnReset)
124         Me.GroupBox3.Location = New System.Drawing.Point(
396, 75)
125         Me.GroupBox3.Name =
"GroupBox3"
126         Me.GroupBox3.Size = New System.Drawing.Size(
193, 75)
127         Me.GroupBox3.TabIndex =
2
128         Me.GroupBox3.TabStop = False
129         
'
130         
'btnClose
131         
'
132         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
133         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
134         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
135         Me.btnClose.Location = New System.Drawing.Point(
100, 33)
136         Me.btnClose.Name =
"btnClose"
137         Me.btnClose.Size = New System.Drawing.Size(
82, 31)
138         Me.btnClose.TabIndex =
1
139         Me.btnClose.Text =
"&Close"
140         Me.btnClose.UseVisualStyleBackColor = True
141         
'
142         
'btnReset
143         
'
144         Me.btnReset.Cursor = System.Windows.Forms.Cursors.Hand
145         Me.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Popup
146         Me.btnReset.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
147         Me.btnReset.Location = New System.Drawing.Point(
12, 33)
148         Me.btnReset.Name =
"btnReset"
149         Me.btnReset.Size = New System.Drawing.Size(
82, 32)
150         Me.btnReset.TabIndex =
0
151         Me.btnReset.Text =
"&Reset"
152         Me.btnReset.UseVisualStyleBackColor = True
153         
'
154         
'Panel2
155         
'
156         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
157         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
158         Me.Panel2.Controls.Add(Me.Label1)
159         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
160         Me.Panel2.Name =
"Panel2"
161         Me.Panel2.Size = New System.Drawing.Size(
580, 62)
162         Me.Panel2.TabIndex =
0
163         
'
164         
'Label1
165         
'
166         Me.Label1.AutoSize = True
167         Me.Label1.BackColor = System.Drawing.Color.Transparent
168         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
169         Me.Label1.ForeColor = System.Drawing.Color.White
170         Me.Label1.Location = New System.Drawing.Point(
217, 17)
171         Me.Label1.Name =
"Label1"
172         Me.Label1.Size = New System.Drawing.Size(
144, 24)
173         Me.Label1.TabIndex =
0
174         Me.Label1.Text =
"Overall Report"
175         
'
176         
'Timer1
177         
'
178         
'
179         
'frmOverallReport
180         
'
181         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
182         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
183         Me.BackColor = System.Drawing.Color.DarkSlateGray
184         Me.ClientSize = New System.Drawing.Size(
616, 177)
185         Me.Controls.Add(Me.Panel1)
186         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
187         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
188         Me.MaximizeBox = False
189         Me.MinimizeBox = False
190         Me.Name =
"frmOverallReport"
191         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
192         Me.Panel1.ResumeLayout(False)
193         Me.GroupBox2.ResumeLayout(False)
194         Me.GroupBox2.PerformLayout()
195         Me.GroupBox3.ResumeLayout(False)
196         Me.Panel2.ResumeLayout(False)
197         Me.Panel2.PerformLayout()
198         Me.ResumeLayout(False)
199
200     End Sub
201     Friend WithEvents Panel1 As System.Windows.Forms.Panel
202     Friend WithEvents Panel2 As System.Windows.Forms.Panel
203     Friend WithEvents Label1 As System.Windows.Forms.Label
204     Friend WithEvents btnClose As System.Windows.Forms.Button
205     Friend WithEvents btnReset As System.Windows.Forms.Button
206     Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
207     Friend WithEvents Timer1 As System.Windows.Forms.Timer
208     Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
209     Friend WithEvents dtpDateTo As System.Windows.Forms.DateTimePicker
210     Friend WithEvents Label2 As System.Windows.Forms.Label
211     Friend WithEvents Label4 As System.Windows.Forms.Label
212     Friend WithEvents dtpDateFrom As System.Windows.Forms.DateTimePicker
213     Friend WithEvents Button1 As System.Windows.Forms.Button
214
215 End Class


Gõ tìm kiếm nhanh...